home *** CD-ROM | disk | FTP | other *** search
/ Symantec Visual Cafe for Java 2.5 / symantec-visual-cafe-2.5-database-dev-edition.iso / Visual Cafe Pro v1.0 / VISCAFE.BIN / Label3D.desc < prev    next >
Encoding:
Text File  |  1997-06-19  |  2.4 KB  |  44 lines

  1. ; symantec.itools.awt.Label3D component description
  2.  
  3. ; 01/29/97        TWB Integrated changes from Macintosh
  4.  
  5. CLASS=symantec.itools.awt.Label3D
  6.  
  7. SMALLICON=components\Label3d.ico, "ICON_Label3D"
  8. ICONSUITE=Icons, "142"
  9.  
  10. FOLDER=Additional
  11. TOOLBAR=Additional
  12.  
  13. PROPERTY=Enum, "Alignment Style", "AlignStyle", "ALIGN_CENTERED", "ALIGN_LEFT=0, ALIGN_CENTERED=1, ALIGN_RIGHT=2"
  14. PROPERTY=Enum, "Bevel Style", "BevelStyle", "BEVEL_RAISED", "BEVEL_LOWERED=0, BEVEL_RAISED=1, BEVEL_LINE=2, BEVEL_NONE=3"
  15. PROPERTY=Enum, "Border Indent", "BorderIndent", "INDENT_ZERO", "INDENT_ZERO, INDENT_ONE, INDENT_TWO"
  16. PROPERTY=Color, "Border Color", "BorderedColor", "black"
  17. PROPERTY=Color, "Text Color", "TextColor", "black"
  18.  
  19. DEFPROPERTY=String, "Text", "Text", "text"
  20.  
  21. CONNECTION=input,  "String","", "%name%.setText(%arg%);",     "Set the text for %class%"
  22. CONNECTION=output, "String","", "%name%.getText()",         "Get the text for %class%"
  23. CONNECTION=input,   "int",  "", "%name%.setAlignStyle(%arg%);", "Set the alignment style"
  24. CONNECTION=output,  "int",  "", "%name%.getAlignStyle()",     "Get the alignment style"
  25. CONNECTION=input,   "int",  "", "%name%.setBevelStyle(%arg%);", "Set the bevel style"
  26. CONNECTION=output,  "int",  "", "%name%.getBevelStyle()",     "Get the bevel style"
  27. CONNECTION=input,   "int",  "", "%name%.setBorderIndent(%arg%);", "Set the border indent"
  28. CONNECTION=output,  "int",  "", "%name%.getBorderIndent()",     "Get the border indent"
  29. CONNECTION=input,  "Color", "", "%name%.setTextColor(%arg%);",     "Set the text color"
  30. CONNECTION=output, "Color", "", "%name%.getTextColor()",     "Get the text color"
  31. CONNECTION=input,  "Color", "", "%name%.setBorderedColor(%arg%);", "Set the border color"
  32. CONNECTION=output, "Color", "", "%name%.getBorderedColor()",     "Get the border color"
  33. CONNECTION=output,  "int",  "", "%name%.INDENT_ZERO",        "INDENT_ZERO"
  34. CONNECTION=output,  "int",  "", "%name%.INDENT_ONE",        "INDENT_ONE"
  35. CONNECTION=output,  "int",  "", "%name%.INDENT_TWO",        "INDENT_TWO"
  36. CONNECTION=output,  "int",  "", "%name%.ALIGN_LEFT",        "ALIGN_LEFT"
  37. CONNECTION=output,  "int",  "", "%name%.ALIGN_CENTERED",    "ALIGN_CENTERED"
  38. CONNECTION=output,  "int",  "", "%name%.ALIGN_RIGHT",        "ALIGN_RIGHT"
  39. CONNECTION=output,  "int",  "", "%name%.BEVEL_LOWERED",        "BEVEL_LOWERED"
  40. CONNECTION=output,  "int",  "", "%name%.BEVEL_RAISED",        "BEVEL_RAISED"
  41. CONNECTION=output,  "int",  "", "%name%.BEVEL_LINE",        "BEVEL_LINE"
  42. CONNECTION=output,  "int",  "", "%name%.BEVEL_NONE",        "BEVEL_NONE"
  43.  
  44.